CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CamShift opencv

搜索资源列表

  1. camshift_opencv

    0下载:
  2. 一个简单的实现opencv下camshift的小程序-a simple program which realize camshift based on opencv
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:87921
    • 提供者:briend
  1. camshiftdemo

    0下载:
  2. 用OpenCV作camshift图象处理-Provide camshift operation on an image based on OpenCV
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:2365
    • 提供者:Magic
  1. camshiftinvideoobjecttracking

    0下载:
  2. OpenCV 环境下Camshift算法的实现-OpenCV Camshift application
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:4764
    • 提供者:ading
  1. OpenCV_Track

    0下载:
  2. 基于OpenCV实现的跟踪程序,其中用的是camshift算法,还利用到了直方图等信息-OpenCV implementation based on the tracking program, which is camshift algorithm used, also use such information to the histogram
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:22622
    • 提供者:xiaoing
  1. qtrack_090

    0下载:
  2. QTrack是使用opencv库编写的面部追踪系统。性能比使用camshift的系统要好-QTrack is a face tracker for use with OpenCV. QTrack is both faster and more robust than OpenCV s Camshift for tracking faces. QTrack version 0.90 was written by Robin Hewitt and is distributed un
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3940415
    • 提供者:Hercules_z
  1. 7312eb08f043

    0下载:
  2. camshift的opencv实现,很好用啊,下个东子真不易-Camshift opencvlrelease lose life
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:39185
    • 提供者:刘倩
  1. CamShiftTracking

    0下载:
  2. 应用OpenCV的camshift算法跟踪物体-Application of the OpenCV algorithm to track objects camshift
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:4080
    • 提供者:WJJ
  1. speech-segmentation

    0下载:
  2. This program is the program implementing the audio Segmentation.I used a adaboost and camshift algorithm with opencv and vc++ It is the program which is suitable for the development environment with the program related to the audio merotomy.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:950029
    • 提供者:pattern
  1. camshift_wrapper

    0下载:
  2. opencv camshift c++ source code. please download for your use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:121566
    • 提供者:vanya
  1. motion-tracking-and-implementation

    0下载:
  2. 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:129793
    • 提供者:mei88
  1. AutoCamShift

    0下载:
  2. opencv autocamshift代码,实现opencv camshift的自动实现,不用手动标记了-opencv autocamshift code to achieve opencv camshift in automatically, without having to manually mark the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:37443
    • 提供者:孙伊
  1. AutoCamShift

    0下载:
  2. 利用camshift算法openCV实现自动物体跟踪-OpenCV camshift algorithm using automatic object tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:187028
    • 提供者:weilong
  1. camshift999

    0下载:
  2. 物體追蹤,最基本的C++語言運算,運用了OPENCV 的例子-camshift orbject tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2806
    • 提供者:fire
  1. cam

    0下载:
  2. opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-opencv using color-based tracking algorithm camshift provide a good algorithm, but it is a semi-automati
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:151214
    • 提供者:cf
  1. mean_shift

    0下载:
  2. camshift算法的实现,利用opencv还进行视屏跟踪,要跟踪的物体是先用鼠标确定,代码已经运行-The realization of the camshift algorithm, using opencv also tracking the screen, to follow the object is to use the mouse determined, the code is running
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2232223
    • 提供者:qiuc
  1. AutoCamShift

    0下载:
  2. 基于OpenCV,设定跟踪目标图片的改进camshift例子。opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-a better camshift based on OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-17
    • 文件大小:151291
    • 提供者:张嘉男
  1. IBaseonOpenCVn

    0下载:
  2. 在介绍Intel公司的开源OpenCV计算机视觉库的基础上,采用CAMSHIFT跟踪算法,实现运动目标跟踪,解决决了跟踪目标发生存在旋转或部分遮挡等复杂情况下的跟踪难题。实验结果表明该算法的有效性、优越性和可行性。 已通过测试。 -Based on the introduction of Intel' s open source OpenCV computer vision library, the CAMSHIFT tracking algorithm to achieve the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:284757
    • 提供者:高尚
  1. Oznxczipp

    0下载:
  2. 基于OpenCV的智能迷宫迷宫识别CamShift算法法物体跟踪识别与串口控制信号输出,已通过测试。 -Identification and serial control signal output based on the the OpenCV smart labyrinth maze to identify CamShift algorithm method object tracking, has been tested.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:76612
    • 提供者:
  1. testcamshift

    0下载:
  2. opencv里的camshift算法,存了图片基本可以实现自动搜索。-camshift use opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:3602647
    • 提供者:刘阳
  1. Camshift2.0

    0下载:
  2. 基于opencv,结合背景差法和camshift算法实现对运动物体的检测与跟踪,毕设时做的,效果不错。-Based opencv, combined the background subtraction camshift algorithm detection and tracking of moving objects, the complete set up to do, good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:34555629
    • 提供者:王博
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com